﻿.LinkBanner {
    text-decoration: none;
    font-weight: bold;
    text-decoration: none;
}

    .LinkBanner:hover {
        text-decoration: none;
    }

.LinkDefault {
    text-decoration: none;
}

    .LinkDefault:hover {
        text-decoration: none;
    }


.LinkDefaultBlue {
    color: #27477c;
    text-decoration: none;
    color: #27477c;
    font-weight: bold;
}

    .LinkDefaultBlue:hover {
        color: #27477c;
        text-decoration: none;
        color: #27477c;
        font-weight: bold;
    }


.LinkDownload {
    cursor: pointer;
    color: Blue;
    text-decoration: none;
}

    .LinkDownload:hover {
        cursor: pointer;
        color: Blue;
        text-decoration: none;
    }

.LinkBold {
    cursor: pointer;
    color: Blue;
    font-weight: bold;
    text-decoration: none;
}

    .LinkBold:hover {
        cursor: pointer;
        color: Blue;
        font-weight: bold;
        text-decoration: none;
    }

.LinkBold14 {
    cursor: pointer;
    font-weight: bold;
    text-decoration: none;
    font-size: 14px;
}

    .LinkBold14:hover {
        color: #27477c;
        cursor: pointer;
        font-weight: bold;
        text-decoration: none;
        font-size: 14px;
    }

.LinkBold16 {
    font-size: 16px;
    cursor: pointer;
    color: #3d3d3d;
    font-weight: bold;
    text-decoration: none;
}

    .LinkBold16:hover {
        font-size: 16px;
        cursor: pointer;
        color: #3d3d3d;
        font-weight: bold;
        text-decoration: none;
    }

.LinkBoldBlue16 {
    font-size: 16px;
    cursor: pointer;
    color: #27477c;
    font-weight: bold;
    text-decoration: none;
}

    .LinkBoldBlue16:hover {
        font-size: 16px;
        cursor: pointer;
        color: #27477c;
        font-weight: bold;
        text-decoration: none;
    }

.LinkUnderLine {
    cursor: pointer;
    color: Blue;
    text-decoration: none;
}

    .LinkUnderLine:hover {
        cursor: pointer;
        color: Blue;
        text-decoration: none;
    }
